asure that ->value_buf always points to an allocated area.
authorTim Janik <timj@gtk.org>
Wed, 10 Feb 1999 08:06:30 +0000 (08:06 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 10 Feb 1999 08:06:30 +0000 (08:06 +0000)
commit88c112cde83285ec9f72f0413c12e5532139ba2f
treeae42f6c998a0c021381540a13b6afa198d50ecbe
parentd1bda8d56232ff0431796add4029e129f877fd6a
asure that ->value_buf always points to an allocated area.

Wed Feb 10 08:35:36 1999  Tim Janik  <timj@gtk.org>

        * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar): asure that
        ->value_buf always points to an allocated area.
        (gtk_color_selection_drag_end): new function hooked up to drag_end to
        destroy the drag_window.

        * gtk/gtkdnd.c: some coding style fixups.

Wed Feb 10 06:47:17 1999  Tim Janik  <timj@gtk.org>

        * gdk/gdkwindow.c: various indentation fixes.

        * gdk/gdkevents.c: coding style fixups.
        NULL initialize event_func, event_notify and event_chunk.
        (expose_predicate): made this function static.
        (gdk_event_handler_set): perform destroy notification even if no
        event_func is set.

        * gdk/gdkrectangle.c (gdk_rectangle_union): added g_return_if_fail
        statements.
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkevents.c
gdk/gdkrectangle.c
gdk/gdkwindow.c
gdk/x11/gdkevents-x11.c
gdk/x11/gdkwindow-x11.c
gtk/gtkcolorsel.c
gtk/gtkdnd.c